home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Education / RLaB / help / plot3 < prev    next >
Text File  |  1994-09-21  |  529b  |  18 lines

  1. plot3:
  2.  
  3. Synopsis: Create a 3-dimensional surface plot in the current sub-plot.
  4.  
  5. Syntax: plot3 ( L1 , L2 , L3 )
  6.  
  7. Description:
  8.  
  9.     Plot3 creates a 3-dimensional surface plot from the data in
  10.     lists L1, L2, L3 (L2 and L3 are optional). The list must
  11.     contain elements `x', `y', and `z'. the z element is a
  12.     rectangular matrix that is a function of x and y (z[i;j] =
  13.     f(x[i],y[j])). Up to 3 surface plots can be created on the
  14.     same sub-plot. A surface plot is viewed as a solid of sorts,
  15.     the bottom is not visible.
  16.  
  17. See Also: plmesh
  18.